PROPERTY:  Document::plugins Netscape Only Feature


document.plugins["pluginID"]

This property is an array containing references to all the Plugin objects in the current document. These references are stored in the array in the order in which they are defined in the source code, and are accessed using the "pluginID" argument, which is an integer with the first plugin object being '0'.

Code:
document.plugins[0]
document.plugins[1]
document.plugins[2]


Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information